Relativity.IntegrationPoints.Contracts Namespace

Relativity Integration Points API
The Relativity.IntegrationPoints.Contracts includes classes and interfaces for building a data source provider and deploying the provider in its own application domain.
Classes

  ClassDescription
Public classDataSourceProviderAttribute
Used to determine the providers that exist in a specific application domain.
Public classSourceProvider
Provides the information for the registration of a data source provider.
Public classSourceProviderConfiguration
Represents configurations for a source provider.
Interfaces

  InterfaceDescription
Public interfaceIProviderFactory
Provides a method for creating a data source provider in an external application domain.
Public interfaceIStartUp
Makes an initial call into an application domain to perform setup work.